home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 48 / PC Gamer IT CD 48 2-2.iso / braveheart / data1.cab / Script_Files_(Common) / data / AICastle.txt < prev    next >
Text File  |  1999-05-16  |  2KB  |  56 lines

  1. // Tartan Army Script (C) 1998 Red Lemon Studios Ltd.
  2.  
  3.     BeginStronghold("Medium Castle");
  4.  
  5.     Protects(1.0);
  6.  
  7.     Uses(0,0, "Corner Tower", East);
  8.     Uses(1,0, "Wall Standard", North);
  9.     Uses(2,0, "Wall Bartizan", North);
  10.     Uses(3,0, "Wall Standard", North);
  11.     Uses(4,0, "Gatehouse left", North);
  12.     Uses(5,0, "Gatehouse centre", North);
  13.     Uses(6,0, "Gatehouse right", North);
  14.     Uses(7,0, "Wall Standard", North);
  15.     Uses(8,0, "Wall Bartizan", North);
  16.     Uses(9,0, "Wall Standard", North);
  17.     Uses(10,0, "Corner Tower", South);
  18.  
  19.     Uses(0,1, "Wall Standard", West);
  20.     Uses(10,1, "Wall Standard", East);
  21.     Uses(0,2, "Wall Standard", West);
  22.     Uses(10,2, "Wall Standard", East);
  23.     Uses(0,3, "Wall Bartizan", West);
  24.     Uses(10,3, "Wall Bartizan", East);
  25.     Uses(0,4, "Wall Standard", West);
  26.     Uses(10,4, "Wall Standard", East);
  27.     Uses(0,5, "Wall Tower", West);
  28.     Uses(10,5, "Wall Tower", East);
  29.     Uses(0,6, "Wall Standard", West);
  30.     Uses(10,6, "Wall Standard", East);
  31.     Uses(0,7, "Wall Bartizan", West);
  32.     Uses(10,7, "Wall Bartizan", East);
  33.     Uses(0,8, "Wall Standard", West);
  34.     Uses(10,8, "Wall Standard", East);
  35.     Uses(0,9, "Wall Standard", West);
  36.     Uses(10,9, "Wall Standard", East);
  37.     Uses(0,10, "Corner Turret", North);
  38.     Uses(10,10, "Corner Turret", West);
  39.  
  40.     Uses(1,10, "Wall Standard", South);
  41.     Uses(2,10, "Wall Standard", South);
  42.     Uses(3,10, "Wall Turret", South);
  43.     Uses(4,10, "Wall Standard", South);
  44.     Uses(5,10, "Wall Bartizan", South);
  45.     Uses(6,10, "Wall Standard", South);
  46.     Uses(7,10, "Wall Turret", South);
  47.     Uses(8,10, "Wall Standard", South);
  48.     Uses(9,10, "Wall Standard", South);
  49.  
  50.     NewGroup();
  51. //    Uses(5,6, "Keep 2", North);
  52.  
  53.     Ring(0,0,10,10);
  54.     
  55.     EndStronghold();
  56.